Skip to content

Instantly share code, notes, and snippets.

@paulmillr
paulmillr / active.md
Last active July 28, 2026 21:47
Most active GitHub users (by contributions). https://paulmillr.com

Most active GitHub users (git.io/top)

The list would not be updated for now. Don't write comments.

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.

Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:

githubUsers

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@ImKaptain
ImKaptain / Kaptain_Mega_Nuvio_Native_0.61.json
Created May 26, 2026 00:53
Official Mega Collection for Nuvio by Kaptain. v0.61. Updated 5/25
[
{
"id": "collection-UGED6TEZ",
"title": "Trending / New",
"folders": [
{
"id": "folder-9D1C5A0D",
"title": "New Movies",
"sources": [
{
@mynk322
mynk322 / README.md
Created July 14, 2026 11:34
zsh_functions

🛠️ Zsh Terminal Toolkit

13 custom zsh functions that make the macOS terminal dramatically more productive — one-step git, instant JSON formatting, a phone-friendly file server, timers, todo lists, and more. No frameworks, no plugin managers, just plain readable shell functions.

Full write-up: [link to your Medium article]

Install (30 seconds)

# 1. Download the functions file
@Jekins
Jekins / Markdown-docs.md
Last active July 28, 2026 21:33
Руководство по оформлению Markdown файлов

Руководство по оформлению Markdown файлов

Markdown - это облегчённый язык разметки, который преобразует текст в структурированный HTML. Следующее руководство поможет вам разобраться, как использовать Markdown.

Заголовки

# Заголовок первого уровня
## Заголовок второго уровня
### Заголовок третьего уровня
#### Заголовок четвёртого уровня
##### Заголовок пятого уровня
@olivertappin
olivertappin / eof-line.md
Last active July 28, 2026 21:25
Why You Should Always End Files With a Newline (EOF Line)

📄 Why You Should Always End Files With a Newline

One of the most common (and often misunderstood) code review comments is:

“Please add a newline at the end of the file.”

In GitHub, you’ll see a little "⛔ no entry" icon at the end of a file when this is missing. This Gist explains why it matters, when it's necessary, and how to fix or automate it in your editor or workflow.


@ijsf
ijsf / linux-ltfs-tape-drive-archival-guidelines.md
Last active July 28, 2026 21:25
Linux / LTFS / Tape Drive archival guidelines

Linux / LTFS / Tape Drive archival guidelines

This short guide is a quick rundown on how to set up a Linux system with the necessary drivers and tools to reliably use any HPE LTO tape drive with LTFS for home or semi-professional file archival purposes.

Quick recap for users hoping to use Windows:

There is no hope. The current state of affairs of LTO tape drive support on Windows 10 and up is so poor, that by the time you get it all working, it might no longer work effectively after a single reboot with yet another update of some kind. All in all, Microsoft has permanently broken the Windows CopyFile API for sequential access since 22H2, disabling updates is very difficult, Windows Defender interferes with file access, and Microsoft and OEM drivers for SAS/SCSI controllers are extremely outdated. Just don't do it.

Instead, as expected, we rely on open-source and *nix instead.

@jduerr
jduerr / gnome-transparent-sidebar.css
Last active July 28, 2026 21:24 — forked from albertgoss/gnome-transparent-sidebar.css
Make Gnome applications sidebar semi-transparent, and add blur with Blur My Shell Extension if you want to
/* Mohammad Mahdi Tayebi
*
* To apply transparent sidebar. copy this file into ~/.config/gtk-4.0/gtk.css and if
* you use adw-gtk3 theme you can add it to ~/.config/gtk-3.0/gtk.css as well
*
* Use blur my shell extension to add blur effect behind the transparent part of windows
*/
/* Transparent Sidebar */
window {

Quick technical and workflow writeup about some Stage Flight 3.14 stuff I've worked on. I only had time to touch on the Moonglow set for this iteration of SF.

Video Editing

image

MDMX Tooling

I ended up developing tools to help control MDMX from Davinci Resolve.